crypto/tls.halfConn.nextMac (field)

4 uses

	crypto/tls (current package)
		conn.go#L183: 	nextMac    hash.Hash // next MAC algorithm
		conn.go#L212: 	hc.nextMac = mac
		conn.go#L222: 	hc.mac = hc.nextMac
		conn.go#L224: 	hc.nextMac = nil